chore: exclude internal/development files from crate package#15
Conversation
Exclude from crate releases: - Git hooks and config (.githooks/, .gitignore, .gitmessage) - Development tools (renovate.json5, clippy.toml, deny.toml, build.rs) - Organization template directory (org-repos-setup/) - Internal documentation (Claude setup, CI optimization, workflow guides, etc.) - CHANGELOG.md (included separately in GitHub releases) This ensures only essential library files are distributed in the crate package.
The org-level .github repository (Singularity-ng/.github) is already set up with the same workflow templates and organization files. This directory was just a duplicate/template that's no longer needed.
🔍 Automated Checks🔍 Checking for stale files and out-of-scope changes... Stale File Check✅ No stale files detected Scope CheckChecking file relevance (blocks binaries, temp files, etc.)... ✅ All changes appear relevant (includes .github/ workflows, src/, docs, config) Claude is reviewing the code... Check the "Claude Code Review" step for detailed feedback. |
mikkihugo
left a comment
There was a problem hiding this comment.
✅ Claude AI approved this PR! All checks passed. Will auto-merge when CI is green.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
Analyzing changes...
Commits:
Changed Files:
Cargo.toml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Detailed Changes: